icon helper: suppress style_changed when transient
authorMatthias Clasen <mclasen@redhat.com>
Sat, 19 Dec 2015 01:53:02 +0000 (20:53 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 19 Dec 2015 01:53:02 +0000 (20:53 -0500)
commitac65952f0db0211e0debc760c0fafc9521c02356
treeaacc23da5b0f93735fb0d620d8b1b0b4d3e595b4
parent7acb670e708bc2931d6f8e1afec423b9d7b3c15c
icon helper: suppress style_changed when transient

Transient nodes should not propagate style-changed signals
that can cause widgets to get reallocated. This was causing
treeviews and iconviews with pixbuf cells to be constantly
resized and redrawn.
gtk/gtkiconhelper.c